==>>

object ==>> extends MapInstances
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

final
def apply[A : Order, B](x: (A, B)*): A ==>> B
final
def empty[A, B]: A ==>> B
final
def fromFoldable[F[_] : Foldable, A : Order, B](fa: F[(A, B)]): A ==>> B
final
def fromFoldableWith[F[_] : Foldable, A : Order, B](fa: F[(A, B)])(f: (B, B) => B): A ==>> B
final
def fromFoldableWithKey[F[_] : Foldable, A : Order, B](fa: F[(A, B)])(f: (A, B, B) => B): A ==>> B
final
def fromIList[A : Order, B](l: IList[(A, B)]): A ==>> B
final
def fromIListWith[A : Order, B](l: IList[(A, B)])(f: (B, B) => B): A ==>> B
final
def fromIListWithKey[A : Order, B](l: IList[(A, B)])(f: (A, B, B) => B): A ==>> B
final
def fromList[A : Order, B](l: List[(A, B)]): A ==>> B
final
def fromListWith[A : Order, B](l: List[(A, B)])(f: (B, B) => B): A ==>> B
final
def fromListWithKey[A : Order, B](l: List[(A, B)])(f: (A, B, B) => B): A ==>> B
final
def fromSet[A : Order, B](s: ISet[A])(f: A => B): A ==>> B
def mergeWithKey[A : Order, B, C, D](a: A ==>> B, b: A ==>> C)(f: (A, B, C) => Maybe[D])(g1: A ==>> B => A ==>> D, g2: A ==>> C => A ==>> D)(implicit evidence$17: Order[A], o: Order[A]): A ==>> D
final
def singleton[A, B](k: A, x: B): A ==>> B
final
def unions[A : Order, B](xs: IList[A ==>> B]): A ==>> B
final
def unionsWith[A : Order, B](f: (B, B) => B)(xs: IList[A ==>> B]): A ==>> B

Implicits

Inherited implicits

implicit
def mapBand[A, B](implicit A: Order[A], B: Band[B]): Band[A ==>> B]
Inherited from
MapInstances2
Inherited from
MapInstances
implicit
def mapCovariant[S]: Traverse[[_] =>> S ==>> _$47]
Inherited from
MapInstances
implicit
def mapEqual[A : Equal, B : Equal]: Equal[A ==>> B]
Inherited from
MapInstances
implicit
def mapIntersection[A, B](implicit A: Order[A], B: Semigroup[B]): Semigroup[A ==>> B @@ Conjunction]
Inherited from
MapInstances
implicit
def mapLattice[A, B](implicit A: Order[A], B: SemiLattice[B]): SemiLattice[A ==>> B]
Inherited from
MapInstances1
implicit
def mapOrder[A : Order, B : Order]: Order[A ==>> B]
Inherited from
MapInstances
implicit
def mapShow[A : Show, B : Show]: Show[A ==>> B]
Inherited from
MapInstances
implicit
def mapUnion[A, B](implicit A: Order[A], B: Semigroup[B]): Monoid[A ==>> B]
Inherited from
MapInstances
implicit
def scalazMapInstance[S : Order]: Bind[[_] =>> S ==>> _$29] & Align[[_] =>> S ==>> _$30] & Zip[[_] =>> S ==>> _$31]
Inherited from
MapInstances0